Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing adapter matching so that self-overlapping patterns are only matched once per read #71

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

andrewdavidsmith
Copy link
Collaborator

@andrewdavidsmith andrewdavidsmith commented Sep 18, 2024

This is an attempt to solve issue #69

…tries corresponding to the adapter sequences to act as indicator for adaptor found or not. This is needed for adapters that are self-overlapping and we want to avoid finding the same one multiple times in a read. The adapter_found vector is reset with each new read in the StreamReader::read_sequence_line base class function.
@andrewdavidsmith andrewdavidsmith merged commit 99ea94f into master Sep 18, 2024
1 check passed
@andrewdavidsmith andrewdavidsmith deleted the self-overlapping-adapter-contaminant-fix branch September 18, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant